home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
IDimager Personal 4.2.0.3
/
setup_IDimager_Personal_V4.exe
/
{app}
/
web
/
modules
/
uservalidate.inc
< prev
Wrap
Text File
|
2008-06-02
|
206b
|
14 lines
%code
begin
if Session.Content.Values['UserValidated'] <> 'Y' then
begin
Response.Redirect ('%var:PageOffset/login.psc');
//Response.WriteContent;
exit;
end;
end;
%/code